github.com/jackc/pgx/v5/pgconn.pipelineRequestEvent.WasSentToServer (field)

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2221: 	WasSentToServer   bool
		pgconn.go#L2244: 		if val.WasSentToServer {
		pgconn.go#L2247: 		val.WasSentToServer = true
		pgconn.go#L2288: 		if !(val.WasSentToServer && val.BeforeFlushOrSync) {
		pgconn.go#L2338: 		notPendingSync = (val.RequestType == pipelineSyncRequest) && val.WasSentToServer
		pgconn.go#L2713: 		p.state.requestEventQueue.PushFront(pipelineRequestEvent{RequestType: pipelineSyncRequest, WasSentToServer: true, BeforeFlushOrSync: true})